.footer-box {
  width: 100%;
}
.footer-box .link-box .link-title {
  width: 1100px;
  margin: 0 auto;
  line-height: 36px;
  height: 36px;
  font-size: 0;
}
.footer-box .link-box .link-title img {
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
}
.footer-box .link-box .link-title span {
  font-size: 14px;
  color: #333333;
  vertical-align: middle;
}
.footer-box .link-box .link-line {
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}
.footer-box .link-box .link-list {
  width: 1100px;
  margin: 24px auto 9px;
  font-size: 0;
}
.footer-box .link-box .link-list li {
  display: inline-block;
  padding: 0 30px 15px 0;
}
.footer-box .link-box .link-list li a {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}
.footer-box .link-box .link-list li a:hover {
  color: #db251c;
}
.footer-box .footer-nav {
  width: 100%;
  background-color: #191919;
}
.footer-box .footer-nav ul {
  font-size: 0;
  border-bottom: 1px solid #2a2a2a;
  width: 1100px;
  margin: 0 auto;
}
.footer-box .footer-nav ul .footer-item {
  display: inline-block;
  padding: 0 35px;
}
.footer-box .footer-nav ul .footer-item a {
  display: inline-block;
  padding: 0 8px;
  line-height: 84px;
  height: 84px;
  color: #fff;
  font-size: 14px;
}
.footer-box .footer-nav ul .footer-item.active a {
  border-bottom: 2px solid #fff100;
}
.footer-box .footer-nav ul .footer-item:hover a {
  border-bottom: 2px solid #fff100;
}
.footer-box .footer-contact-box {
  width: 100%;
  background-color: #191919;
}
.footer-box .footer-contact-box .footer-contact {
  width: 1100px;
  margin: 0 auto;
}
.footer-box .footer-contact-box .footer-contact .footer-contact-left {
  margin-right: 130px;
  padding: 47px 0 85px;
}
.footer-box .footer-contact-box .footer-contact .footer-contact-left ul {
  height: 120px;
  font-size: 0;
}
.footer-box .footer-contact-box .footer-contact .footer-contact-left ul li {
  display: inline-block;
  margin-left: 100px;
  vertical-align: top;
}
.footer-box .footer-contact-box .footer-contact .footer-contact-left ul li:first-child {
  margin-left: 0;
}
.footer-box .footer-contact-box .footer-contact .footer-contact-left ul li span {
  display: block;
}
.footer-box .footer-contact-box .footer-contact .footer-contact-left ul li .contact-icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background-color: #e60012 ;
  margin-bottom: 21px;
  text-align: center;
}
.footer-box .footer-contact-box .footer-contact .footer-contact-left ul li .contact-icon i {
  display: inline-block;
  vertical-align: middle;
}
.footer-box .footer-contact-box .footer-contact .footer-contact-left ul li .contact-icon i.icon-phone {
  width: 16px;
  height: 18px;
  background: url(../images/icon-phone.png) no-repeat;
  background-size: 100% 100%;
}
.footer-box .footer-contact-box .footer-contact .footer-contact-left ul li .contact-icon i.icon-mobile {
  width: 14px;
  height: 20px;
  background: url(../images/icon-mobile.png) no-repeat;
  background-size: 100% 100%;
}
.footer-box .footer-contact-box .footer-contact .footer-contact-left ul li .contact-icon i.icon-position {
  width: 11px;
  height: 16px;
  background: url(../images/icon-position.png) no-repeat;
  background-size: 100% 100%;
}
.footer-box .footer-contact-box .footer-contact .footer-contact-left ul li .contact-title {
  font-size: 14px;
  line-height: 22px;
  color: #6a6a6a;
}
.footer-box .footer-contact-box .footer-contact .footer-contact-left ul li .contact-des {
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  max-width: 400px;
}
.footer-box .footer-contact-box .footer-contact .footer-contact-right {
  float: right;
  margin-top: 47px;
  width: 120px;
  height: 120px;
  background-color: #efefef;
}
.footer-box .footer-contact-box .footer-contact .footer-contact-right img {
  width: 100%;
  height: 100%;
}
.footer-box .footer-contact-box .footer-copyright {
  width: 100%;
  border-top: 1px solid #2a2a2a;
}
.footer-box .footer-contact-box .footer-copyright p {
  width: 1100px;
  height: 68px;
  line-height: 68px;
  margin: 0 auto;
  color: #6a6a6a;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.show_btn {
  background-image: none!important;
  display: inline-block !important;
  width: 34px!important;
  height: 34px!important;
  line-height: 34px!important;
  background-color: #e60012!important;
  text-align: center!important;
}
.show_btn i {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(../images/icon-qq.png) no-repeat;
  background-size: 100% 100%;
}
